home *** CD-ROM | disk | FTP | other *** search
-
- How to use Filepather with Reccoon:
- ===================================
-
- Just add a "int FileCopy(string);" (without quotes) before the 'return;'
- in RcnHooks.FPL and then, at the end of the file, insert this:
-
- --- 8< ---
- int FileCopy(string fil)
- {
- string buf;
-
- buf = CookString("c:FilePather <Temp Uploads>/Tmp~sl%d~/");
- SimpleDOS(buf);
- return(0);
- }
- --- 8< ---
-
- NOTE! <Temp Uploads> must be the path of where the files are stored
- during a batch upload (see config prg, system paths).
-
- Written by Henric Andersson, sysop Elsewhere Development.
-